home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / dBase Mac / dBASE Mac RunTime / dBASE Mac RunTime.rsrc / STR#_11006.txt < prev    next >
Text File  |  1989-05-18  |  368b  |  21 lines

  1. a REPEAT must be followed by an UNTIL
  2.  
  3. an END is needed after a FOR loop
  4.  
  5. the control variable in a FOR loop must be a local variable
  6.  
  7. an = is needed in a FOR loop
  8.  
  9. a TO is needed in a FOR loop
  10.  
  11. a DO is needed in a FOR loop
  12.  
  13. an END is needed for a WHILE loop
  14.  
  15. a DO is needed in a WHILE loop
  16.  
  17. an END is needed for a CASE statement
  18.  
  19. an OF is needed in a CASE statement
  20.  
  21.